Trees | Index | Help |
|
---|
Module zigo |
|
Top-level module of the framework, contains the Controller class.
Import this module to use the framework. All operations with the framework are performed through the Controller class which contains a configurable handler stack.
The creation of a Controller instance uses a configuration dictionary. It also accepts a suffix string that is used to configure each handler in the stack.Classes | |
---|---|
Controller |
Uses a Handler stack and walks through trees of directories. |
Variable Summary | |
---|---|
str |
__author__ = 'Dan Perl'
|
str |
__author_email__ = 'danperl@users.sourceforge.net'
|
str |
__copyright__ = 'Copyright (c) 2004 Dan Perl <danperl@us...
|
str |
__description__ = 'An extensible framework for file mana...
|
str |
__license__ = 'Released under the GNU General Public Lic...
|
str |
__url__ = 'http://pyfmf.sourceforge.net'
|
str |
__version__ = '0.3a'
|
str |
installDir = 'F:\\Coding\\sourceforge\\zago'
|
str |
pathGoingUp = 'F:\\Coding\\sourceforge\\zago'
|
str |
srcDir = 'F:\\Coding\\sourceforge\\zago\\src'
|
dict |
_defaultConfigDict = {'handlersCfg': [], 'workDir': 'F:\...
|
str |
_usage = 'Usage: zigo.py <config module name> [<path to ...
|
Variable Details |
---|
__author__
|
__author_email__
|
__copyright__
|
__description__
|
__url__
|
__version__
|
installDir
|
pathGoingUp
|
srcDir
|
_defaultConfigDict
|
_usage
|
Trees | Index | Help |
|
---|
Generated by Epydoc 2.1 on Wed Dec 22 15:47:45 2004 | http://epydoc.sf.net |